Skip to main content
POST
[P2] Validate Meeting Trigger

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
trigger_data
string
default:{{trigger_data}}
required

The calendar event trigger data to validate. Usually from {{trigger_data}}.

user_email
string
default:{{_google_email}}
required

Current user's email address for domain detection.

output_variable_name
string
default:validated_trigger
required

Variable name to store validation result.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
company_domains
string

Optional JSON array of internal company domains. Auto-detected from user email if not provided.

settings
string
default:{}

Optional settings: {external_only: bool, exclude_keywords: [], exclude_domains: [], max_days_future: int, max_days_past: int}

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action